home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d13 / pdsrt211.arc / READ.ME < prev    next >
Text File  |  1990-06-18  |  824b  |  17 lines

  1. PDOSRT 2.1.0 (June 5, 1990) is the second public release of PDSORT.  
  2. This release fixes a problem with the default key (the entire record) 
  3. that caused a Stack Overflow.  It also uses a replacement for the 
  4. standard qsort() that is several times faster, particularly on files 
  5. that are in near order.  The error checking has also been increased.  
  6. There are no functional enhancements in this version, however.
  7.  
  8. PDSORT 2.0.0 is the first public release of PDSORT, all of the 
  9. versions 1.x.x had errors far to major to allow release.  PDSORT is 
  10. not the fastest of the sorts, QUIKSORT, the fastest that I have found 
  11. so far, is three times faster.  PDSORT is, however, free and fully 
  12. public domain.  The ZIP file contains all of the C source for the 
  13. program (Turbo C 2.0 compatible).
  14.  
  15.     Don A. Williams
  16.  
  17.